﻿*{
		font-family: "微软雅黑";
}
.ntop {
	background: #5c5c58;
	border-top: 4px #d91f12 solid;
	background: #eeeeee;
	height: 40px;
}

.ntopcon {
	width: 1240px;
	margin: 0 auto;
}

.ntopconl ul li {
	float: left;
	color: #999;
	font-size: 12px;
	line-height: 40px;
}

.ntopconl ul li a {
	display: block;
	line-height: 40px;
	color: #000;
	font-size: 13px;
	padding-left: 18px;
	padding-right: 18px;
	font-family: "微软雅黑";
}

.ntopconl ul li a:hover {
	background: #d91f12;
	color: #f7f7f7;
}

.ntopconl ul li.on {
	background: #fff;
}

.ntopconl ul li.on a {
	line-height: 40px;
	color: #333;
	background: #ffffff;
}

.ntopconl ul li.on a:hover {
	color: #d91f12;
}

.ntopconr ul {
	float: right;
}

.ntopconr ul li {
	float: left;
}

.ntopconr ul li.li1 a {
	display: block;
	background: #d91f12;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.ntopconr ul li.li1 a:hover {
	background: #fff;
	color: #d91f12;
}

.ntopconr ul li.li2 a {
	display: block;
	background: #3cb033;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.ntopconr ul li.li2 a:hover {
	background: #fff;
	color: #3cb033;
}

.nlogo {
	
	width: 100%;
}

.nlogocon {
	width: 1240px;
	margin: 0 auto;
	height:85px;
}

.nlogoconl {
	padding-top: 15px;
	padding-bottom: 15px;
}

.nlogoconl a img {
	height: 50px;
}

.nlogoconr {
	padding-top: 26px;
	position: relative;
}

.nlogoconr ul {
	float: left;
}

.nlogoconr ul.ul1 {
	padding-right: 30px;
}

.nlogoconr ul.ul2 {
	
}

.nlogoconr ul.ul1 li {
	line-height: 24px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.nlogoconr ul.ul1 li.li1 {
	line-height: 24px;
}

.nlogoconr ul.ul1 li.li2 {
	line-height: 24px;
	code: #ececec;
	font-size: 13px;
}

.nlogoconr ul.ul1 li a {
	line-height: 24px;
	color: #a0a0a0;
	font-size: 13px;
}

.nlogoconr ul.ul1 li a:hover {
	color: #f93b33;
}

.nlogoconr ul.ul2 li {
	line-height: 24px;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}

.nlogoconr ul.ul2 li a {
	line-height: 24px;
	color: #a0a0a0;
	font-size: 13px;
}

.nlogoconr span.on {
	display: none;
	z-index: 1000;
	position: absolute;
	right: 0px;
	top: 50px;
}

.nlogoconr span.on img {
	width: 150px;
	height: 150px;
}

.nlogoconr span.on1 {
	display: none;
	z-index: 1000;
	position: absolute;
	right: 0px;
	top: 50px;
}

.nlogoconr span.on1 img {
	width: 150px;
	height: 150px;
}

.nbanner {
	background:#d91f12;// rgba(250, 250, 250, 0.65);
	
	height: 60px;
	z-index: 1000;

}

.nbannerc {
	width: 1240px;
	margin: 0 auto;

}

.nbannerc ul li {
	float: left;
	position: relative;
}

.nbannerc ul li a {
	display: block;
	position: relative;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 17px;
	color: #fff;
	width: 122px;
}

.nbannerc ul li a:hover {
	background: #fff;
	color: #f93b33;
}
.nbannerc ul li a.on {
	background: #fff;
	color: #f93b33;
}
.nbannerc ul li a span {
	position: absolute;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
	left: 0px;
	bottom: 0px;
	width: 0px;
	background: #f93b33;
	height: 2px;
}

.nbannerc ul li a:hover span {
	width: 124px;
}
.nbannerc ul li a.on span {
	width: 124px;
}
.nbannerc ul li dl {
	z-index: 100;
	height: 0px;
	width: 122px;
	transition-duration: height 0.3s;
	-moz-transition-duration: height 0.3s; /* Firefox 4 */
	-webkit-transition-duration: height 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: height 0.3s; /* Opera */
	background: #fff;
	position: absolute;
	left: 0px;
	top: 60px;
	overflow: hidden;
	border-bottom: 0px;
}

.nbannerc ul li dl dd {
	clear: both;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #d0d6e2;
}

.nbannerc ul li dl dd:last-child {
	border-bottom: none;
}

.nbannerc ul li dl dd a {
	background: #fff;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 15px;
	color: #000;
}

.nbannerc ul li dl dd a:hover {
	background: #f6f4f4;
	color: #d91f12;
}

.nbannerc ul li:hover dl {
	opacity: 1;
	border: 1px solid #d0d6e2;
}

.nbannerc ul li:hover dl.dl1 {
	height: 205px;
}

.nbannerc ul li:hover dl.dl2 {
	height: 164px;
}

.nbannerc ul li:hover dl.dl3 {
	height: 164px;
}

.nbannerc ul li:hover dl.dl4 {
	height: 205px;
}

.nbannerc ul li:hover dl.dl5 {
	height: 205px;
}

.nbannerc ul li:hover dl.dl6 {
	height: 205px;
}

.nbannerc ul li:hover dl.dl7 {
	height: 123px;
}

.newscenter {
	width: 1240px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.readmore {
	clear: both;
	display: block;
	text-align: center;
}

.readmorecon {
	text-align: center;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	 color : #000;
	font-size: 14px;
	width: 100px;
	margin: 0 auto;
	border-radius: 30px;
	border: 1px solid #d0d6e2;
	color: #000;
}
.readmorecon:hover{
		border: 1px solid #f93b33;
}
.readmorecon:hover a{
	color: #f93b33;
}
.nh10 {
	height: 10px;
}

.newscenter h1.tit {
	padding-top: 40px;
	padding-bottom: 40px;
	height: 30px;
	text-align: center;
}

.newscenter h1.tit .fl1 {
	font-size: 30px;
	color: #000;
	line-height: 30px;
	display: block;
}

.newscenter h1.tit .fl2 {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	display: block;
	line-height: 30px;
}

.aboutcon h1.tit {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 30px;
	text-align: center;
}

.aboutcon h1.tit .fl1c {
	font-size: 30px;
	color: #000;
	line-height: 30px;
	display: block;
}

.aboutcon h1.tit .fl2c {
	font-size: 14px;
	color: #000;
	font-weight: 300; 
	display: block;
	line-height: 30px;
}

.newscenterl {
	width: 500px;
	height: 375px;
}

.newscenterl a img {
	width: 500px;
	height: 375px;
}

.newscenterr {
	width: 560px;
	padding-bottom: 50px; padding-left : 60px;
	border-left: 1px dashed #eeeeee;
	padding-left: 60px;
}

.newscenterr dl {
	clear: both;
	display: block;
	height: 85px; border-bottom : 1px dashed #eeeeee;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eeeeee;
}

.newscenterr dl dt {
	float: left;
	width: 110px;
	width: 83px;
	box-sizing: border-box;
	padding-right: 20px;
	text-align: center;
}

.newscenterr dl dt span {
	color: #000;
	font-size: 24px;
	display: block;
	line-height: 25px;
	padding-top: 5px;
}

.newscenterr dl dt font {
	color: #999999;
	font-size: 16px;
	line-height: 20px;
}

.newscenterr dl dd {
	float: left;
	width: 450px;
	margin-left: 8px;
}

.newscenterr dl dd  a {
	clear: both;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #000000;
	font-size: 16px;
	margin-bottom: 6px;
}

.newscenterr dl dd  a:hover {
	color: #f93b33;
}

.newscenterr dl dd p {
	line-height: 22px;
	color: #999999;
	font-size: 12px;
}

.aboutcon{
	display:block;
	background:url(../img/abbg.jpg) no-repeat;  
	background-size:100% 584px;
	width:100%;
	height:584px;
	margin-top:50px;
	margin-bottom:10px;
	
   
	
}
.aboutconx{
	width:100%;
	height:534px;
	padding-top:50px;
	background:rgba(0,0,0,0.45);
	
}
.aboutcon .aboutus{

  width:1240px;
  margin:0 auto;
  display:flex;
  margin-top:50px;
}
.aboutusl{
	width:520px;
	height:350px;
	  position:relative;
	  	background:#fff;
}
.aboutusr{
	width:700px;
		height:350px;
	background:#fff;
}
.aboutcon .aboutus .aboutusl .abts{
	width:520px;
	height:350px;
  position:relative;
}
.aboutcon .aboutus .aboutusl .abts .video{
	width:520px;
	height:350px;
		position:absolute;
	z-index:100;
	top:0;
	left:0;
object-fit: cover;
}
.aboutcon .aboutus .abtx{
	    display: block;
  width:520px;
    height: 330px;
    background: #0054a6;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-51px) translateY(39px);
	position:absolute;
	z-index:90;
}
.aboutusr{
	padding-left:40px;
	padding-right:40px;
}
.aboutusr .titi{
	padding-top:50px;
	display:flex;
	display:block;
	width:100%;
	justify-content: space-between;
	clear:both;
}
.aboutusr .titi strong{
	font-weight:600;
	color:#000;
	font-size:18px;
	float:left;
}
.aboutusr .titi a{
  font-weight:300;
  color:#666666;
  font-size:12px;
  float:right;
  border:1px solid #666666;
  display:inline-block;
  border-radius:20px;
  height:22px;
  width:80px;
  text-align:center;
  line-height:22px;
	}
	.aboutusr .titi a:hover{
		color: #f93b33;
		  border:1px solid #f93b33;
	}
.aboutusr p{
	clear:both;
	color:#333;
	font-size:16px;
	line-height:32px;
	padding-top:10px;
	padding-bottom:10px;
	}
.jtuan{
	width:100%;
	padding-top:10px;
}
.jtuan ul{
	display:flex;
	width:100%;
}
.jtuan ul li{
	color: #000;
    font-size: 16px;
	width:25%;
   text-align:center;
}
.jtuan ul li a img{
	padding-bottom:10px;
}	
.jtuan ul li a{
	color: #000;
	line-height:40px;
	font-weight:500;
} 
.jtuan ul li a:hover{
	color: #f93b33;
}	
.nguang {
	padding-top: 0px;
}

.nguang a {
	border: 1px solid #c9c9c9;
	display: inline-block;
}

.nguang a img {
	width: 238px;
	height: 102px;
}

.nguang a.ls {
	margin-left: 10px;
}

.nbofang {
	width: 1240px;
	height: 562px;
	margin: 0 auto;
}

.ntulist {
	width: 1240px;
	margin: 0 auto;
}

.ntulist ul li {
	float: left;
	margin-right: 20px;
}

.ntulist ul li a img {
	border: 1px solid #c9c9c9;
	width: 318px;
	height: 240px;
}

.ntulist ul li.ls {
	margin-right: 0px;
}

.ntulistx {
	width: 1240px;
	margin: 0 auto;
}

.ntulistx ul li {
	float: left;
	margin-right: 20px;
}

.ntulistx ul li a img {
	border: 1px solid #c9c9c9;
	width: 318px;
	height: 100px;
}

.ntulistx ul li.ls {
	margin-right: 0px;
}

.homebtm {
	background: #f6f4f4;
}

.nbor {
	border-top: 1px solid #c9c9c9;
	height: 1px;
	width: 1240px;
	margin: 0 auto;
}
/*企业邮箱*/
.ysearch {
	
}

.youxiang {
	display: none;
	background: #fff;
	position: absolute;
	padding: 0px;
	border: 0px;
	right: 0px;
	top: 50px;
	width: 300px;
	height: 136px;
	background: #fff;
	z-index: 10000;
	line-height: 1.7em;
}

.youxiang .bizmail_loginpanel {
	font-size: 12px;
	width: 300px;
	height: auto;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.youxiang .bizmail_LoginBox {
	padding: 10px 15px;
}

.youxiang .bizmail_loginpanel h3 {
	padding-bottom: 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
}

.youxiang .bizmail_loginpanel form {
	margin: 0;
	padding: 0;
}

.youxiang .bizmail_loginpanel input.text {
	font-size: 12px;
	width: 100px;
	height: 20px;
	margin: 0 2px;
	border: 1px solid #c3c3c3;
	border-color: #7c7c7c #c3c3c3 #c3c3c3 #9a9a9a;
}

.youxiang .bizmail_loginpanel .bizmail_column {
	height: 28px;
}

.youxiang .bizmail_loginpanel .bizmail_column label {
	display: block;
	float: left;
	width: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

.youxiang .bizmail_loginpanel .bizmail_column .bizmail_inputArea {
	float: left;
	width: 240px;
}

.youxiang .bizmail_loginpanel .bizmail_column span {
	font-size: 12px;
	word-wrap: break-word;
	margin-left: 2px;
	line-height: 200%;
}

.youxiang .bizmail_loginpanel .bizmail_SubmitArea {
	margin-left: 30px;
	clear: both;
}

.youxiang .bizmail_loginpanel .bizmail_SubmitArea a {
	font-size: 12px;
	margin-left: 5px;
}

.youxiang .bizmail_loginpanel select {
	width: 110px;
	height: 20px;
	margin: 0 2px;
}

.ysearch:hover .youxiang {
	display: block;
}

.focus {
	width: 540px;
	height: 375px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-left:10px;
	padding-top:20px;
}

.focus .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	text-align: center;
}

.focus .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}

.focus .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8c8c8c;
	margin: 0 10px;
	vertical-align: top;
	overflow: hidden;
}

.focus .hd ul .on {
	background: #fe6c9c;
}

.focus .bd {
	position: relative;
	z-index: 0;
}

.focus .bd li img {
	width: 100%;
	height: 375px;
	background: url(../img/loading.gif) center center no-repeat;
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}

.h-r-navc {
	display: none;
	z-index: 1000;
	position: relative;
	line-height: 30px;
	margin-left: -1px;
}

.h-r-navc .on {
	background: url(../img/i11.gif) no-repeat right 10px;
	position: relative;
	float: left;
	width: 68px;
	height: 24px;
	padding-right: 5px;
	text-align: center;
	line-height: 24px;
	color: #333;
	z-index: 1000;
	cursor: pointer;
	font-size: 13px;
}

.h-r-nav-listc {
	z-index: 1000;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 60px;
	width: 238px;
	padding: 10px 15px;
	border: 1px solid #d0d6e2;
	line-height: 1.7em;
}

.h-r-nav-listc dl {
	padding: 4px 0;
	border-top: 1px dotted #ccc;
}

.h-r-nav-listc dl.fist {
	border-top: 0 none;
}

.h-r-nav-listc dt {
	color: #f93b32;
	padding-bottom: 2px;
	font-weight: bold;
}

.h-r-nav-listc dt a {
	color: #f93b32;
	font-size: 14px;
}

.h-r-nav-hoverc .h-r-nav-listc {
	display: block;
}

.h-r-nav-hoverc .on {
	background: #fff;
	width: 66px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #d0d6e2;
	border-bottom: 0;
}

.h-r-nav-listc dd a {
	font-size: 14px;
	margin-right: 16px;
}

.other-topimg {
	position: relative;
	min-height:80px;
}




ul li.item {
	padding-bottom: 20px;
}

ul li.item .fr {
	padding-right: 20px;
}

.ncomp {
	padding: 5px;
}

.ncomp p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}

.nfoot {
	background: #efefef;
	border-top: 4px #d91f12 solid;
	background:#333;
}

.nfoot .footer {
	color: #333;
	background: #efefef;
	width: 1240px;
	margin: 0 auto;
	clear: both;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#333;
	color:#f7f7f7;
}

.nfoot .footer .footeral {
	width: 500px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	padding-left: 10px;
}

.nfoot .footer .footeral ul {
	padding: 0;
	margin: 0;
	clear: both;
}

.nfoot .footer .footeral ul li {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 14px;
	float: left;
	padding-right: 10px;
		color:#f7f7f7;
}

.nfoot .footer .footeral ul li a {
	color: #333;
	font-size: 14px;
		color:#f7f7f7;
}

.nfoot .footer .footeral ul li a:hover {
	color: red;
}

.nfoot .footer .footerar {
	width: 500px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.nfoot .footer .footerar .linkleft {
	width: 360px;
	text-align: left;
}

.nfoot .footer .footerar .linkleft strong {
	color: #333;
	font-size: 15px;
	font-weight: 600px;
	height: 32px;
	line-height: 32px;
	display: block;
	clear: both;
		color:#f7f7f7;
}

.nfoot .footer .footerar .linkleft p {
	clear: both;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 13px;
	float: none;
	text-align: left;
		color:#f7f7f7;
}

.nfoot .footer .footerar .linkimg {
	clear: both;
	text-align: left;
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-right: 50px;
}

.nfoot .footer .footerar .linkimg img {
	width: 100px;
	height: 100px;
}

.nfoot .footer .footercl {
	text-align: left;
	padding-left: 0px;
	clear: both;
	margin-top: 80px;
}

.nfoot .footer .footercl p {
	clear: both;
	color: #333;
	font-size: 13px;
		color:#f7f7f7;
}

.nfoot .footer .footercl a {
	
}

.nfoot .footer .footercl a img {
	height: 20px;
	float: left;
}

.nfoot .footer .footercl a span {
	color: #333;
	font-size: 13px;
	line-height: 20px;
	float: left;
		color:#f7f7f7;
}

.nfoot .footer .footercl a:hover span {
	color: red;
}